Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
authorGerd Moellmann <gerd@gnu.org>
Mon, 21 May 2001 12:23:19 +0000 (12:23 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 21 May 2001 12:23:19 +0000 (12:23 +0000)
commit4c195d6e0b7e6cd894deb9aa358312f9392f8e06
tree4e800be76af446e6fb25211990f14f25155a9af9
parent460f41ddb05ac2a31006d78a155c64288f1a510f
Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
(Qcyclic_variable_indirection): New variable.
(Fkeywordp): Check for internedness differently.
(Fmakunbound): Simplify the test if symbol is a constant.
(indirect_variable, Findirect_variable): New functions.
(swap_in_symval_forwarding): If SYMBOL is an alias, use the
aliased symbol.
(let_shadows_buffer_binding_p): Check for variable aliases.
(set_internal): Simplify the test if SYMBOL is a constant.  If
SYMBOL has a buffer-local value and is an alias, use the aliased
symbol instead.
(syms_of_data): Initialze Qcyclic_variable_indirection and defsubr
Sindirect_variable.
src/data.c